From bed1b35f48292f12b68735180c90ec6e049d62ca Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 13 Dec 2005 17:02:55 +0100 Subject: [PATCH] Fix shadow_guest32 depenency in Xen/x86 Makefile. Signed-off-by: Jun Nakajima --- xen/arch/x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile index 952327cc16..54fcf82dae 100644 --- a/xen/arch/x86/Makefile +++ b/xen/arch/x86/Makefile @@ -62,6 +62,8 @@ asm-offsets.s: $(TARGET_SUBARCH)/asm-offsets.c $(HDRS) boot/mkelf32: boot/mkelf32.c $(HOSTCC) $(HOSTCFLAGS) -o $@ $< +shadow_guest32.o: shadow.c + clean: rm -f *.o *.s *~ core boot/*.o boot/*~ boot/core boot/mkelf32 rm -f x86_32/*.o x86_32/*~ x86_32/core -- 2.30.2